home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- PMRF
- ECHO.
- ECHO ╔═════════════════════════════════════════════════════════╗
- ECHO ║ If "RAM bytes available" is less than 440,000 program ║
- ECHO ║ should NOT be run. The results are unpredictable. You ║
- ECHO ║ might try removing resident programs from memory. PM ║
- ECHO ║ requires a minimum of 450K disk space for work files. ║
- ECHO ║ Use ^C (Ctrl+C) if you must abort. ║
- ECHO ╚═════════════════════════════════════════════════════════╝
- ECHO.
- ECHO ╔═════════════════════════════════════════════════════════╗
- ECHO ║ When you complete your session with Portfolio Manager ║
- ECHO ║ you MUST exit the program via the "EXIT" option from ║
- ECHO ║ the Mainmenu & "TERMINATE PROGRAM" option in the EXIT ║
- ECHO ║ menu. Foxpro (tm) creates work files (random numbers ║
- ECHO ║ & letters with NO extension) on the disk. If you exit ║
- ECHO ║ the program by just turning your computer off without ║
- ECHO ║ EXITing properly you COULD damage YOUR data files and ║
- ECHO ║ you WILL leave these Foxpro work files on the disk. ║
- ECHO ║ They can be from 0K to over 400K in size. If you find ║
- ECHO ║ these work files on your disk, you should erase them. ║
- ECHO ╚═════════════════════════════════════════════════════════╝
- ECHO Press any key to continue...
- PAUSE > nul
- ECHO LOADING PORTFOLIO MANAGER ---- PLEASE STANDBY
- FOXPRORT -T -K PMSTART
-